-
Notifications
You must be signed in to change notification settings - Fork 64
Expression tags #1251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expression tags #1251
Conversation
| By pre-pending a regular expression with the flag `(?i)`, the whole expression becomes case-insensitive: | ||
| .Case-insensitive regular expression `(?i)` | ||
| .Case-insensitive regular expression `(?i)` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what's the change here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed accidental whitespace
modules/ROOT/pages/expressions/predicates/comparison-operators.adoc
Outdated
Show resolved
Hide resolved
|
Thanks for the documentation updates. The preview documentation has now been torn down - reopening this PR will republish it. |
| The xref:functions/list.adoc#functions-reduce[`reduce()`] function concatenates these skills into a single `LIST`, and xref:clauses/unwind.adoc[`UNWIND`] is used to flatten this `LIST` before returning the distinct skills in a new `LIST`. | ||
|
|
||
| .Allowed: variable-length pattern comprehension using variable-length relationship syntax | ||
| // tag::expressions_list_pattern_comprehension_var_length[] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this one and contains lines that are so long that they don't render nicely in the cheat sheet 🤔
it's a minor thing (formatting)
| This ensures that all `NULL` values are effectively skipped, allowing the `reduce()` function to concatenate the remaining `STRING` values. | ||
|
|
||
| .Using `reduce()` and `coalesce()` to skip `NULL` values when concatenating a `LIST` | ||
| // tag::expressions_string_concatenation_concatenate_skip_null[] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here, doesn't format too nicely in the cheat sheet
edit: ok there are a couple more occurrences, won't list them all :)
Also updates WHERE and UNION (both of which were changed significantly by Expressions project) --------- Co-authored-by: Richard Sill <[email protected]>
Also updates WHERE and UNION (both of which were changed significantly by Expressions project) --------- Co-authored-by: Richard Sill <[email protected]>
Also updates WHERE and UNION (both of which were changed significantly by Expressions project)